ConvolveFilter Constructor(Int32,Int32,Single[])


The number of rows in the kernel.
The number of columns in the kernel.
An array of rows*cols floats containing the kernel.
Construct a filter with the given kernel.

Syntax

'Declaration
 
Public Function New( _
   ByVal rows As Integer, _
   ByVal cols As Integer, _
   ByVal matrix() As Single _
)
public ConvolveFilter( 
   int rows,
   int cols,
   float[] matrix
)

Parameters

rows
The number of rows in the kernel.
cols
The number of columns in the kernel.
matrix
An array of rows*cols floats containing the kernel.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

This documentation was created using Document! X from Innovasys